home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / dodge.swf / scripts / DefineButton2_28 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2011-10-17  |  235 b   |  11 lines

  1. on(release){
  2.    if(ScoreManager.subtractHealthScore())
  3.    {
  4.       _root.player.renewHealth();
  5.       _root.hm.step();
  6.    }
  7.    healthButton._alpha = 25;
  8.    healthButton.enabled = false;
  9.    healthButton.useHandCursor = false;
  10. }
  11.